Draft

London’s permanent accommodation crisis

At the root of the temporary accomodation crisis is a lack of council housing.
housing
data analysis
Author

Bea Taylor

Published

Apr 1, 2025

You might have seen the headlines in the past week, about the crisis in council finances linked to the rising costs of providing temporary accommodation. Local authorities in the UK have a prevention duty, a statutory obligation to mitigate people becoming homeless. Historically, the states intervention would have been to identify suitable council housing. However councils don’t have enough council housing available, and are instead are locating individuals in accommodation the council leases from the private sector. These private owners, which could be private landlords, hostels or hotels, are then able to extract high prices from desperate councils. In the last x years, the number of people owed a duty of prevention has reached x, leading to some councils spending over 20% of their budget on securing temporary accommodation. The rise in homelessness in the UK is intrinsically linked to other aspects of the UK housing crisis: poor renters rights, soaring housing prices, and an old stock of housing, to name but a few.

Council finances in England are already in a bad state, with multiple councils having declared bankruptcy in recent years, leading to a range of issues providing local welfare services. The temporary accommodation councils have provided has also been controversial; firstly it is often not temporary, with people stuck in this accommodation limbo for years, and secondly the accommodation provided is not suitable for living in, with notable examples lacking space, cooking facilities, or even windows making the news. This is perhaps particularly disturbing considering that in 2024, 25% of households owed a relief duty were families with children.

The most obvious solution to the temporary accommodation crisis, would be if there was suitable council housing available. Aware that a lack of all housing is a factor in the current housing crisis, the UK government has set ambitious hosuebuilding targets for their term in office, including 81,000 residential units per year in London. The London Plan 2021 developed by the Greater London Authority (GLA) set a slightly more modest goal of 66,000 resdiential units per year in the capital, of which 50% should be ‘’affordable’’’, a category which includes traditional council housing. This got me wondering what, if anything, councils have been doing to address the lack of council housing:

Here I’m going to look specifcally at the situation in London, the city I live and work in, the city there is publicly acessible data for, and the city which is at the epicentre of the UK housing crisis.

What happened to all the state owned housing?

The peak of council housing construction in the UK was in the early 1950s, and has been in decline ever since. Following the introduction of right to buy by the Thatcher government in 1980, there has been a large scale sell off of council housing into private ownership. As you can see in Fig. 1, despite the rate stabilising since 2012, the stock of council housing in London has precipitously declined since the 1980s.

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("council_stock_london.json")

# Display it inline, fully responsive
fig.show()

Of the remaining stock of council housing, there have been controversies about council maintenance leading to serious housing problems such as black mould. This is seemingly due to councils struggling to renovate, or retrofit these properties, possibly due to financial constraints, but also the housing crisis making it difficult to rehouse people for essential maintenace to be carried out. There have been a few cases of ‘failed’ council housing estates being demolished to make way for redevelopment - an example of this is Robin Hood Gardens 1.

Walking around London, you start to recognise the architectural style favoured by different waves of council led housing projects. From the now lauded post-war Brutalist estates, to the modernist high rises of the 70s and 80s. But despite seeing building projects across the city, including those with the mayoral stamp of approval (see below), its not obvious to me which of these might in fact be state built - and this got me wondering, is any new council hosuing actually being built?

Where is the data from?

We can look at the London Planning Datahub to try and see what housing is actually being proposed. The London Planning Datahub is a dataset I’ve recently been working with, it’s an open dataset of all planning applications maintained by the Greater London Authority (GLA). Looking across all 33 local authority districts in London (the 32 boroughs plus City of London), we can start to see what council housing they’ve proposed in the last 10 years.

Here I’m only considering council housing. I say this, because the data contains lots of other types of ‘affordable’2 housing, that recent governments have promoted. These include:

  • Discount market rent: A type of buy to rent. Let at a discounted market rent, with the size of the discount determined by the LPA. London Plan says ideally discount market rent should be let at London living rent.

  • Discount market sale: New build property is sold at a discounted price, to help low and middle earners get onto the property ladder. Properties are available in partnership with the council at 20% below current market value. Have to fulfil eligibility criteria, live/work in borough and income in range.

  • Intermediate: Category covers discounted rent/sale homes which are above social rent. Idea to help people who cannot afford market prices, but who are unlikely to access social housing. GLA publishes information about prioritising key workers for intermediate rent/sale properties.

  • London living rent: Rent is set at or below a third of local household incomes. Residents have the opportunity to save and purchase the home on a shared ownership basis within 10 years.

  • Shared ownership: An affordable home ownership home where purchasers buy a proportion of the home, usually with a mortgage and deposit and pay rent to a landlord on the remaining unsold share.

The definitions of council housing start to get a little blurry. Since x, much of the existing council hosuing stock has been handed over to housing associations which manages the hosuign on behalf of councils. Furthermore there have been cases of councils trying to get round the right to buy, by building hosuing under subsidiary companies, which ar enot under obligation to allow residents to purchase the homes at a reduced market rate. Then there are also what the GLA calls ‘affordable’ housing, these are any homes (for rent or sale) offfered at a reduction comapred to the reduced market rate. The GLA promotes these as homes which serve people who might not need state hosuing, but require help to get ontpo the property ladder. However in relaity these are often incredibly expensive. Here for simplicity I’m only going to look at traditional council housing.

What types of council housing?

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("units_by_year.json")

# Display it inline, fully responsive
fig.show()

Fig. 2 shows all the planning applications filed for new residential construction, resulting in at least one social housing gain, between the years on 2015 and 2025. The points are scaled by the total number of residential units proposed, and colour-coded according to whether the development is exclusively social hosuing, or a mix of social hosuing alongside other ‘affordable’ or private units.

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("council_london_map_cumulative.json")

# Display it inline, fully responsive
fig.show()

and the same data stratified by year, to see evolving trends.

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("council_london_map_by_year.json")

# Display it inline, fully responsive
fig.show()

Size of the project.

What about the sites?

And stratified by the size of the plot of land. So there is council housing being built, but it appears to be small pockets of infill coucil housing. Often built on small plots of land, such as former garages, end of terraces, or carparks. These plots tend to be <0.25 hectares, GLA small sites.

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("council_london_map_cumulative_small_site.json")

# Display it inline, fully responsive
fig.show()

Comparison across councils

Far from equal contribution across councils, Richmond has proposed 13 units over the last 10 years!

Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("new_council_stock_london.json")

# Display it inline, fully responsive
fig.show()
Code
import plotly.io as pio

# Load the saved Plotly figure from JSON
fig = pio.read_json("new_council_stock_london_stacked_bar.json")

# Display it inline, fully responsive
fig.show()

Quality over quantity

A picture is starting to build of small scale building, of small number of residential units on small sites. We can see what some councils have built in this time.

Haringey has a really nice interactive map of their recent council housing developments. And so does Greenwich.

But, they are high quality. Heatpumps, solar panels, accessible.

The icing on the cake, is that some are notably aestheticaly pleasing, going beyond the ‘New London vernacular’ which dominates the private market, and has been slated as ‘beige’3. A few recent award winning council hosuing projects in London include:

  • Chowdury Walk in Hackney which won the RIBA National Award 2024, and the Neave Brown Award 2024. Eleven two storey houses, on a plot which was previously garages and parking.

  • Tessa Jowel Court in Haringey, which was nominated for the 2023 Stirling Prize. Six council homes, and adjacent community play centre.

  • Harvey Gardens in Greenwich which won the New London Awards 2022. Four homes and six apartments for people over 60 years.

But don’t we need quantity?

The state recognises a responsibility to provide accommodation for it’s citizens, but that accomodation needs to not just be stable and affordable, but also of a quality that improves both our physical and mental health.

Situation, desperately need housing to fix the crisis. Have some old stock which is in a bad state, plus have some new builds coming to market which are extremely high quality. It’s great that they are high quality, nice to live in and sustainable for both the people and planet. But, have gaping hole of housing problems, and it’s like they’re trying to plug it with tiny marbles.

So, question is, are councils forced to build this type of housing because they don’t have the money to build more? Don’t have the resources to build more? It’s better value than retrofitting old stock of housing (they don’t have enough in house ways to do this – all through expensive contractors, so ends up being taken on by housing authority or developers, but then rising costs (or just capitalism) lead to the spaces becoming privatised)? Don’t have the physical space to build more (probably not, as some councils do have space, i.e. large brownfield sites, and they still aren’t building more)?


The code for the graphs can be found here. All the data used here is open source, and can be found linked in the notebook.



Footnotes

  1. At the other end of the scale in London, some former council blocks are now almost entirely sold off into private owenrships, becoming icons of 20th century Brutalism, commodifying the aesthetic of post war state-led urban developments. There’s an interesting critique of this ‘beautiful Brutalism’ trend here.↩︎

  2. I use quotation marks here not just because I’m a cynic, but also since these ‘affordable’ prices are calculated with regard to the private housing sector which is an inaccessible bubble, and they are not calculated in terms of prices local people can actually afforded based on their salaries.↩︎

  3. Their words not mine.↩︎